home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 35 / PC Gamer IT CD 35 2-2.iso / utility / prokal63 / ProKalc.exe / 0 / RCDATA / TCOLORSELECTION / TCOLORSELECTION.txt
Text File  |  1998-09-10  |  4KB  |  146 lines

  1. object ColorSelection: TColorSelection
  2.   Left = 242
  3.   Top = 182
  4.   Width = 440
  5.   Height = 324
  6.   Caption = 'Color Selection'
  7.   Color = clBlack
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Scaled = False
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 4
  20.     Top = 6
  21.     Width = 423
  22.     Height = 253
  23.     Shape = bsFrame
  24.   end
  25.   object ColorSelList: TListBox
  26.     Left = 12
  27.     Top = 14
  28.     Width = 409
  29.     Height = 237
  30.     BorderStyle = bsNone
  31.     Color = clTeal
  32.     Font.Charset = ANSI_CHARSET
  33.     Font.Color = clLime
  34.     Font.Height = -16
  35.     Font.Name = 'Arial'
  36.     Font.Style = []
  37.     ItemHeight = 18
  38.     Items.Strings = (
  39.       'Calculator Background'
  40.       'Display Background'
  41.       'Display Text'
  42.       'Tape Background'
  43.       'Tape Text'
  44.       'Keypad Background'
  45.       'Financial Key Background'
  46.       'Financial Key Text'
  47.       'Financial Group Title'
  48.       'Geometry Key Background'
  49.       'Geometry Key Text'
  50.       'Geometry Group Title'
  51.       'Trigonometry Key Background'
  52.       'Trigonometry Key Text'
  53.       'Trigonometry Group Title'
  54.       'Degree/Radian/Grad Key Background'
  55.       'Degree/Radian/Grad Key Text'
  56.       'Scientific Key Background'
  57.       'Scientific Key Text'
  58.       'Numeral Key Background'
  59.       'Numeral Key Text'
  60.       'Four Function Key Background'
  61.       'Four Function Key Text'
  62.       'Off Key Background'
  63.       'Off Key Text'
  64.       'CE/C Key Background'
  65.       'CE/C Key Text'
  66.       'Option Key Background'
  67.       'Option Key Text'
  68.       'Financial Module Background'
  69.       'Financial Module Edit Window Background'
  70.       'Financial Module Edit Window Text'
  71.       'Geometry Module Background'
  72.       'Geometry Module Parameter Text'
  73.       'Geometry Module Edit Window Background'
  74.       'Geometry Module Edit Window Text'
  75.       'Geometry Module Help Text'
  76.       'Help Window Background'
  77.       'Help Window Text Background'
  78.       'Help Window Text'
  79.       'Color Selection Window Background'
  80.       'Color Selection List Background'
  81.       'Color Selection List Text'
  82.       
  83.         'IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII' +
  84.         'IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII' +
  85.         'IIIIIIIIIIIIIII'
  86.       'Reset To Default Colors')
  87.     ParentFont = False
  88.     TabOrder = 0
  89.     OnClick = ColorSelListClick
  90.   end
  91.   object OKBtn: TBitBtn
  92.     Left = 258
  93.     Top = 266
  94.     Width = 75
  95.     Height = 25
  96.     Caption = '&OK'
  97.     Default = True
  98.     Font.Charset = ANSI_CHARSET
  99.     Font.Color = clWindowText
  100.     Font.Height = -13
  101.     Font.Name = 'Arial'
  102.     Font.Style = [fsBold]
  103.     ParentFont = False
  104.     TabOrder = 1
  105.     OnClick = ColorSelListClick
  106.     Glyph.Data = {
  107.       DE010000424DDE01000000000000760000002800000024000000120000000100
  108.       0400000000006801000000000000000000001000000000000000000000000000
  109.       80000080000000808000800000008000800080800000C0C0C000808080000000
  110.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  111.       3333333333333333333333330000333333333333333333333333F33333333333
  112.       00003333344333333333333333388F3333333333000033334224333333333333
  113.       338338F3333333330000333422224333333333333833338F3333333300003342
  114.       222224333333333383333338F3333333000034222A22224333333338F338F333
  115.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  116.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  117.       0000333333333A222433333333333338F338F33300003333333333A222433333
  118.       333333338F338F33000033333333333A222433333333333338F338F300003333
  119.       33333333A222433333333333338F338F00003333333333333A22433333333333
  120.       3338F38F000033333333333333A223333333333333338F830000333333333333
  121.       333A333333333333333338330000333333333333333333333333333333333333
  122.       0000}
  123.     NumGlyphs = 2
  124.   end
  125.   object CancelBtn: TBitBtn
  126.     Left = 342
  127.     Top = 266
  128.     Width = 75
  129.     Height = 25
  130.     Caption = '&Done'
  131.     Font.Charset = ANSI_CHARSET
  132.     Font.Color = clWindowText
  133.     Font.Height = -13
  134.     Font.Name = 'Arial'
  135.     Font.Style = [fsBold]
  136.     ParentFont = False
  137.     TabOrder = 2
  138.     Kind = bkCancel
  139.   end
  140.   object ColorPick: TColorDialog
  141.     Ctl3D = True
  142.     Left = 200
  143.     Top = 264
  144.   end
  145. end
  146.